home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / util / cli / UnFixSuffix.lha / UnFixSuffix.readme < prev    next >
Encoding:
Text File  |  1999-12-19  |  587 b   |  36 lines

  1. Short:    removes supernumerous zeros from numbering suffixes
  2. Uploader: alexander.richter@01019freenet.de (Alexander Richter)
  3. Author:   alexander.richter@01019freenet.de (Alexander Richter)
  4. Type:     util/cli
  5.  
  6.  
  7. INSTALLATION
  8. ------------
  9. copy unfixsuffix c:
  10.  
  11.  
  12. USAGE
  13. -----
  14. unfixsuffix <file>
  15.  
  16.  
  17. EXAMPLE
  18. -------
  19. unfixsuffix frame.0010
  20.  
  21. will rename the file "frame.0010" to "frame.10".
  22.  
  23.  
  24. BATCH PROCESSING
  25. ----------------
  26. can be done with the AmigaDOS LIST command, eg:
  27.  
  28. LIST frame.0#? LFORMAT "unfixsuffix %N" >t:script
  29. sort t:script t:script
  30. execute t:script
  31.  
  32.  
  33. BUGS
  34. ----
  35. -no error handling
  36.